@extends('layouts.app')
@section('page-title')
@lang($pageTitle) #{{ $project->id }} - {{ ucwords($project->project_name) }}
@endsection
@push('head-script')
@endpush
@section('content')
@include('admin.projects.show_project_menu')
@endsection
@push('footer-script')
@if($global->locale == 'en')
@else
@endif
@endpush