芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/page/create.blade.php
@extends('layouts.admin') @section('content')
{{ __('Add New Page') }}
{{ __('Back') }}
{{ __('Dashboard') }}
{{ __('Menu Page Settings') }}
{{ __('Other Pages') }}
{{ __('Add New Page') }}
{{ __('Add New Page Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Title') }}
{{ __('Slug') }}
{{ __('Description') }}
</textarea>
{{__('Allow Page SEO')}}
{{ __('Meta Tags') }}
{{ __('Meta Description') }}
</textarea>
{{ __('Submit') }}
@endsection @section('scripts') @endsection