@extends('backend.layouts.backend') @section('styles') @endsection @section( 'main_body')

New Show

Fill in the form below and submit. All fields are important.

@csrf @method('PUT')

{{ get_option('ak_app_url') }}/{{ $show->slug }} update

SEO Details

{{ get_option('ak_app_url') }}/

- {{ get_option('ak_app_title') }}

Please provide an SEO description by editing the snippet below. If you don’t, search engines will take part of your post body to show in the search results.

{{--
Please provide at least one show host.
--}}
@php if($show->banner) $banner = Storage::disk('public')->url($show->banner->file_name); else $banner = fetch_image(NULL, "md"); @endphp
Responsive image

Select Image
@php if($show->mobile_banner) $mobile_banner = Storage::disk('public')->url($show->mobile_banner->file_name); else $mobile_banner = fetch_image(NULL, "md"); @endphp
Responsive image

Select Image
active == 1) ? 'checked' : '' }}>

@include('backend.pages.media.media_modal') @endsection {{-- upload_intext_file --}} @section('scripts') @endsection