芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/page/edit.blade.php
@extends('layouts.admin') @section('content')
{{ __('Edit Page') }}
{{ __('Back') }}
{{ __('Dashboard') }}
{{ __('Menu Page Settings') }}
{{ __('Other Pages') }}
{{ __('Edit Page') }}
{{ __('Edit Page Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Title') }}
{{ __('Slug') }}
{{ __('Description') }}
{{$data->details}}</textarea>
meta_tag != null || $data->meta_description != null ? 'checked' : '' }} id="seo">
{{__('Allow Page SEO')}}
{{ __('Meta Tags') }}
{{ __('Meta Description') }}
{{$data->meta_description}}</textarea>
{{ __('Submit') }}
@endsection @section('scripts') @endsection