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

{{ __('Project Contracts') }}

@endsection @section('content')
@can('create_project_contracts') {{ __('Create') }} @endcan
{{--
--}}
# {{ __('Title') }} {{ __('Discount Type') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @section('scripts') @endsection