@extends('master.back') @section('content')

{{ __('Update Blog') }}

{{ __('Back') }}
@csrf @method('PUT') @include('alerts.alerts')
{{ __('Multiple Images Uploading Are Allowed') }} (768 x 512 px)

@forelse(json_decode($post->photo,true) as $key => $photo) @empty
{{ __('No Images Added') }}
@endforelse
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection