@extends('layouts.admin') @section('title') @lang('Edit Page') @endsection @section('breadcrumb')

@lang('Edit Page')

@lang('Back')
@endsection @section('content')
@csrf @method('PUT')
@endsection