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