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

{{$head ?? '' }}

@if($page ?? '' && $page->id) @method('PUT') @endif @CSRF @foreach($languages as $language)
@endforeach
type : null) == 1 ? 'checked' : '' }} value='1'/>
type : null) == 2 ? 'checked' : '' }} value='2'/>
{{--Start image container--}}
image ?? "")}}"/>
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection