@extends('admin.layouts.inventory') @section('title', 'Project media — '.$project->customer_name) @section('content')

Same storage as the mobile app (uploads/{tenant_id}/). Changes sync via project media fields.

@foreach($photoFields as $field => $label)

{{ $label }}

@if($editable)
@csrf
@endif
@endforeach

Other documents

@if($editable)
@csrf
@endif
@endsection