@extends('admin.layout') @section('title', 'Edit Page') @section('content')
{{ strtoupper($locale) }}

Edit {{ ucfirst($slug) }}

Back
@csrf @method('put')
@endsection