@extends('layouts.master') @section('title', __('index.show_project_detail')) @section('action', __('index.detail')) @section('styles') @endsection @section('button')
@endsection @section('main-content'){{ date_format($fileData->created_at, 'M d Y') }}
@lang('index.no_project_files_found')
@endforelse