Company
This is an example dashboard created using build-in elements and components.
Company List
@if(!empty($company)) @foreach($company as $com) @endforeach @endif
# Title phone Email Web
{{$com->id}}
{{$com->title}}
{{$com->phone}} {{$com->email}} {{$com->web}}