@extends('layouts.app') @section('title') {{ __("messages.Shows") }} @endsection @section('style') @include('admin.shows.inc.style') @endsection @section('content')
@include('inc.breadcrumb' , ['breadcrumb_items'=>[ __("messages.Home")=>route('home'), __('messages.Shows') => route('admin.shows.index'), $show->name =>null, __("messages.Edit") . " " . __("messages.Media")=>"active" ]])
{{ __("messages.Media") }}
@csrf @method('PUT')
@if ($show->video)
@else
@endif

{{ __("messages.Image gallery")}}
{{ __("messages.Upload the photos you want to the photo gallery") }}
@endsection @section('script') @include('admin.shows.inc.script_submit') @endsection