@extends('layouts.adminapp') @section('title') {{ __('lng.CompanyType') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_company', 'open') @section('active_company', 'active') @section('active_company_type', 'active') @section('content') {{-- Company Type --}}
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $CompanyType->title }} | {{ $CompanyType->narration }} |
{{ __('lng.Showing') }} {{ $CompanyTypes->count() }} {{ __('lng.Items') }}