@extends('backend.layouts.app') @section('content')

{{ translate('Edit Page Information') }}

@csrf
{{ translate('Page Content') }}
@if($page->type == 'custom_page')
{{ route('home') }}/
@else @endif
{{ translate('Use character, number, hypen only') }}
{{ translate('Seo Fields') }}
{{ translate('Separate with coma') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
@endsection