@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.New show date")=>"active" ]])
{{ __("messages.Theatrical show data") }}
@csrf
{{-- --}}
{{-- --}}
{{--
--}} {{--
--}}
@endsection @section('script') {{-- --}} @include('admin.shows.inc.script_submit') @endsection