@extends('admin.layout') @section('title') Modifier Chantier @endsection @section('content')

Modifier Chantier

@csrf
@if($chantier->photo) @foreach($chantier->photo as $photo) @if(file_exists(public_path('uploads/' . $photo))) Photo @else No Image @endif @endforeach @else No Images @endif
@endsection @section('script') @endsection