@extends('layouts.app') @section('page-title')

@lang($pageTitle) #{{ $project->id }} - {{ ucwords($project->project_name) }}

@if(hasAccessOf('projects')['is_write']) @lang('app.edit') @endif
@endsection @push('head-script') @endpush @section('content')
@include('admin.projects.show_project_menu')
@if(hasAccessOf('projects')['is_write'])
@lang('modules.projects.createPayments')
@csrf {{-- --}}
{{-- --}}
{{--
--}}
@endif
@if(isset($dataTable)) {!! $dataTable->table(['class' => 'table table-bordered table-hover'], true) !!} {!! $dataTable->scripts() !!} @endif
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush