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

{{$head ?? '' }}

@if($page ?? '' && $page->id) @method('PUT') @endif @CSRF @foreach($languages as $language)
@if($page[$language->local]->title ?? null)
@endif @if($page[$language->local]->description ?? null)
@if(in_array($page->id, [18,19,20])) @else @endif
@endif @if($page[$language->local]->description_1 ?? null)
@endif @endforeach @if($page->id == 1)
@endif {{--Start image container--}} @if($page->image) {{--Start image container--}} {{--
--}} {{--
--}} {{-- @if ($page ?? false)--}} {{-- @foreach ($page->images as $photo)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- Add New Item--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--End image container--}}
image ?? "")}}"/>
{{__('dashboard.choose')}}
@endif {{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection