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

{{ __('Contracts/MOU') }}

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