@extends('layouts.adminapp') @section('title') {{ __('lng.Company') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_company', 'open') @section('active_company_index', 'active') @section('content')

{{ __('lng.Company') }}

{{-- Company --}}
{{ __('lng.CompanyTable') }}
{{-- --}}
@php $si=0; @endphp @foreach ($Companies as $Company) @endforeach
{{ __('lng.SiNo') }}. {{ __('lng.CompanyType') }} {{ __('lng.Logo') }} {{ __('lng.Title') }} {{ __('lng.Place') }} {{ __('lng.Contact') }} {{ __('lng.Email') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Company->companytype->title }} {{ $Company->title }} {{ $Company->place }} {{ $Company->contact }} {{ $Company->email }}
{{--
--}} {{--
@csrf @method('delete')
--}} {{-- --}}

{{ __('lng.Showing') }} {{ $Companies->count() }} {{ __('lng.Items') }}

@endsection