@extends('backend.layouts.master') @section('title','Edit Program Gallery') @section('main-content') @include('backend.layouts.notification') @push('styles') @endpush
Add Photos to {{$album->title}} Album
@csrf @method('PUT') @if($album->other_photos != null) @foreach ($album->other_photos as $index => $image)
Image
@endforeach @endif
{{--
@error('photo') {{$message}} @enderror
--}}
@endsection @push('styles') @endpush @push('scripts') @endpush