芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/pages/add.blade.php
@extends('admin.layouts.master') @section('title', __('Add Page')) @section('head_style')
@endsection @section('page_content')
@include('admin.common.settings_bar')
{{ __('New Page') }}
{{ __('Pages') }}
{{ csrf_field() }}
{{ __('Name') }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{ __('Content') }}
</textarea> @if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
{{ __('Position') }}
{{ __('Header') }}
{{ __('Footer') }}
{{ __('Status') }}
{{ __('Active') }}
{{ __('Inactive') }}
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@endsection @push('extra_body_scripts') @endpush