@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($page ?? '' && $page->id) @method('PUT') @endif @CSRF @if($page->id == 1)
@endif @foreach(languages() as $language)
@if($page[$language->local]->title ?? null)
@endif @if($page[$language->local]->description)
@endif @endforeach @if($page->id == 8) @foreach(languages() as $language)
local] ?? null) }}'/>
local] ?? null) }}'/>
local] ?? null) }}'/>
local] ?? null) }}'/>
@endforeach
@endif {{--Start image container--}} @if(in_array($page->id, [1,2,3,4,5,6,7,8]))
image ?? "")}}"/>
{{__('dashboard.choose')}}
{{--Start video container--}}
meta['video'] ?? "")}}"/>
{{__('dashboard.choose')}}
{{--End video container--}} @endif {{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection