@extends('layouts.master')
@section('styles')
@endsection
@section('title')
@lang('Agreements list')
@endsection
@section('buttons')
@if(checkAccess('agreements_create'))
@lang('Add Agreement')
@endif
@endsection
@section('breadcrumbs')
@component('components.breadcrumb')
@slot('title') @lang('Agreements list') @endslot
@endcomponent
@endsection
@section('content')
@endsection
@section('scripts')
@endsection