@extends('layouts.app') @push('css_or_js') @endpush @section('css_or_js') @endsection @section('title') @endsection @section('content')
@include('layouts._toolbar-list')
@foreach($companies as $company) @endforeach
ID Company Name Zone Type Creation date Status Actions
{{$company->id}} Riyadh Owner 14 Dec 2020
Published
Actions
@endsection @section('custom') @endsection