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

@lang('Create Page')

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