@extends('back.layouts.app') @push('title', __('Add New Page')) @section('content')
@csrf
{{ __('Add New Page') }}
@endsection @push('js') @endpush