@extends('layouts.dashboard') @section('css') @endsection @section('content') {{-- Table Component ['href of Add Button'] & ['The Title Of The Table'] --}} {{-- Head Of The Table --}} @slot('table_header') {{ __('Company') }} {{ __('Company Name') }} {{ __('Controll') }} @endslot {{-- Body Of The Table --}} @slot('table_body') @foreach ($companies as $item) image @if($item->getFirstMediaUrl() )
@endif {{ $item->name[lang()] }} {{--
@method('DELETE') @csrf
--}} {{-- --}}
@endforeach @endslot
@endsection @section('js') @endsection