@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
@if(count($lang) > 1) @endif
@if(count($lang) > 1)
@endif
@foreach($lang as $langKey => $langTitle)
translateOrNew($langKey)->title }}" />
@endforeach

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