@extends('backend.layout.app') @section('sub_header') @component('backend.layout.components.sub-header') @slot('title') {{ $title }} @endslot {{ __('main.galleries') }} @slot('toolbar')
  • {{ __('main.edit') }} {{ __('main.galleries') }}
  • {{ __('main.show-all') }} {{ __('main.galleries') }}
  • {{ __('main.add_new') }} {{ __('main.galleries') }}
  • @endslot @endcomponent @endsection @section('content')

    {{ $title }}

    {{ __('main.title') }} : {{ $show->title_val }}
    {{ __('main.created_at') }}: {{ $show->created_at }}
    @if($show->image)
    {{ __('main.image') }}:
    @endif
    @endsection