@extends('backend.layouts.master') @section('content')
Photos{{$album->title}} Album Photos Add
@foreach($album->photos as $k=>$v) @endforeach
# Image Active Is cover Image Sort Order Action
{{++$k}} @if(@$v->image) @endif @if(@$v->active) Yes @else No @endif @if(@$v->is_cover) Yes @else No @endif {{$v->sort_order}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection