@extends('layouts.client-app')
@section('page-title')
@lang($pageTitle) #{{ $project->id }} - {{ ucwords($project->project_name) }}
@endsection
@push('head-script')
@endpush
@section('content')
@include('client.projects.show_project_menu')
{{--Ajax Modal--}}
{{--Ajax Modal Ends--}}
@endsection
@push('footer-script')