@extends('admin.layouts.container') @section('content')

{{ $head }}

@if($project ?? '' && $project->id) @method('PUT') @endif @csrf
status,$show)) style="display:none" @endif>


{{__('projects.files')}}

@foreach($project->files as $i=>$file)
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection