@extends('admin.master', ['menu' => 'site_content', 'submenu' => 'image_gallery']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('Edit Image Gallery') }}
{{ __('Home') }}
{{ __('Image Gallery') }}
@csrf
{{ __('Image Gallery Image').__('Accept: JPG,PNG,SVG')}}
{{ $dimension }}
{{ __('Update') }}
@endsection