@extends('backend.layout.main') @section('content') @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 h @push('scripts') @endpush