@extends('AdminPanel.layouts.master') @section('content')
@csrf
{{__('common.files')}}
@if($project->files != '')
{!!$project->filesHtml()!!}
@endif
@stop