@extends('layouts/contentNavbarLayout') @section('title', 'Contract Company') @section('content')
Contract List : {{ $company->name }}
Create Contract
@forelse ($contracts as $company) @empty @endforelse
Start Date End Date Note Actions
{{ $company->start_date }} {{ $company->end_date }} {{ $company->note }}
@endsection