@extends('admin.layouts.master') @section('title') {{ translate('Frontend - Create') }} @endsection @section('content')
{{ translate('Add New Page') }}
@csrf
{{ translate('Page Content') }}
@error('title') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
{{ translate('SEO Fields') }}
{{ translate('Separate with coma') }}
@error('img') {{ $message }} @enderror
@endsection @section('scripts') {{-- --}} @endsection