@extends('layouts.app') @section('title') {{__('Contracts')}} @endsection @section('breadcrumb')

{{__('Contracts')}}

@endsection @section('content')

{{__('Contracts Table')}}

@can('create_contract') {{__('Create')}} @endcan
# {{__('Title')}} {{__('Action')}}
@endsection @section('scripts') @endsection