芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/create_custom_page.blade.php
@extends('admin.master_layout') @section('title')
{{__('admin.Custom Page')}}
@endsection @section('admin-content')
{{__('admin.Create Custom Page')}}
{{__('admin.Dashboard')}}
{{__('admin.Custom Page')}}
{{__('admin.Create Custom Page')}}
{{__('admin.Custom Page')}}
@csrf
{{__('admin.Page Name')}}
*
{{__('admin.Slug')}}
*
{{__('admin.Description')}}
*
{{ old('description') }}</textarea>
{{__('admin.Status')}}
*
{{__('admin.Active')}}
{{__('admin.Inactive')}}
{{__('admin.Save')}}
@endsection