@extends('layouts.app') @section('title') {{ __("messages_1.Banners") }} @endsection @section('style') @include('admin.shows.inc.style') @endsection @section('content')
@include('inc.breadcrumb' , ['breadcrumb_items'=>[ __("messages.Home")=>route('home'), __("messages_1.Banners")=>route('admin.banners.index'), ]])
{{ __("messages.Media") }}
@csrf @method('PUT')
{{ __("messages.Image gallery")}}
{{ __("messages.Upload the photos you want to the photo gallery") }}
@endsection @section('script') @include('admin.shows.inc.script_submit') @endsection