@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)