@extends('backend.layouts.app') @section('title', request('meta_title')) @section('content')
@include('backend.layouts.content-header', ['page' => request('meta_title')])
@include('backend.components.notification')
@csrf
@includeIf('backend.components.select_file', [ 'keyId' => "img_url", 'inputName' => "image", 'inputValue' => old("image") ?? $page->image, 'lfmType' => 'file', 'note' => '1700 x 900px', ])
@if(count($lang) > 1) @endif
@if(count($lang) > 1)
@endif
@foreach($lang as $langKey => $langTitle)
translateOrNew($langKey)->title }}">
translateOrNew($langKey)->seo_title }}">
@endforeach

@includeIf('backend.components.button.submit') @includeIf('backend.components.button.cancel')
@endsection @push('css') @endpush @push('js') @endpush