@extends('backend.layouts.form') @section('title', __('Edit SEO Configuration for ' . $configuration->lang . ' language')) @section('section', __('Settings')) @section('container', 'container-max-lg') @section('back', route('seo.index')) @section('content')
@csrf @method('PUT')
@endsection