@extends('layouts.default') @section('title', 'Vendor Companies List') @section('header-links') @include('includes.headers.vendor_companies') @endsection @section('new_button') add Create vendor company @endsection @section('content')
@foreach($list as $k=>$li) @endforeach @if(count($list) == 0) @endif
Name Created By Action
{{ ucwords($li->name) }} {{ ucwords($li->creater?->name) }} create
No data
@stop