@extends ('../welcome') @section ('content')

Client Contracts Archive

  
user()->type == 'admin' || auth()->user()->role->hasPermission('contracts-archive-export') ? 'example1' : 'nonExport' }} class="table table-bordered table-striped"> @foreach ($contracts as $contract) @endforeach
Contract Name Client Unit Contract Date is Delivered ? Restore
{{$contract->contract->name}} {{$contract->client->name}} {{$contract->unit->name}} {{$contract->contract_date}} {{$contract->is_delivered == '0' ? 'Not Yet' : 'delivered'}}
@endsection