{{ __('dashboard.edit') . $album->name }}

@csrf @method('PATCH')
{{ trans('home.edit_album') }} {{ trans('home.changing album will change specifications values') }}




@if (!empty($album->images) && $album->images->count() > 0)
{{ __('dashboard.delete_all') }}
@foreach ($album->images as $key => $image) @endforeach
@endif
{{ __('dashboard.publish/unpublish') }}
status)) />
{{ __('dashboard.show_in_home') }}
show_in_home)) />
{{ __('dashboard.show_in_header') }}
show_in_header)) />
{{ __('dashboard.show_in_footer') }}
show_in_footer)) />

{{ __('dashboard.seo') }}


{{ __('dashboard.meta_robots') }} (index)
index)) />
@section('script') @if ($errors->has('album_images.*'))
{{ $errors->first('album_images.*') }}
@endif @endsection