@extends('layouts.master') @section('css') @endsection @php $extra = collect($location->extra ?? []); @endphp @section('content')
@csrf @method('PUT')

Update Location

cancel
@foreach ($images as $image)
@endforeach
@endsection @section('js') @endsection