@extends('layouts.app') @section('content')
{{translate('Create Custom Page')}}
@csrf
{{translate('Title')}}
{{translate('Slug')}}
http://domain.com/your-slug
Only a-z, numbers, hypen allowed
{{translate('Content')}}
{{translate('Meta Title')}}
{{translate('Meta Description')}}
{{translate('Keywords')}}
{{translate('Meta Image')}}
(200x300)
@endsection