@extends('layouts.admin.master') @section('title') {{ __('Image Gallery') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

{{ __('Image Gallery') }}

@endslot @endcomponent
{{ __('IMAGE') }}
@push('scripts') @endpush @endsection