@if(Session::has('message'))
{{Session::get('message.text')}}
@endif
No |
Nama Perusahaan |
Kode Perusahaan |
Logo |
Action |
@foreach($perusahaan as $usaha)
{{ $loop->iteration + $perusahaan->firstItem() - 1 }} |
{{$usaha->name}} |
{{$usaha->kode_perusahaan}} |
|
{!! Form::open(['route'=>['perusahaan.destroy',$usaha->id],'method'=>'DELETE']) !!}
{!! Form::close() !!}
|
@endforeach
{!! $perusahaan->links() !!}