芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/blog/edit.blade.php
@extends('layouts.admin') @section('content')
{{ __('Edit Post') }}
{{ __('Back') }}
{{ __('Dashboard') }}
{{ __('Blog') }}
{{ __('Post') }}
{{ __('Edit Post') }}
{{ __('Edit Post Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Title') }}
{{ __('SLUG') }}
{{ __('Category') }}
{{__('Select Category')}}
@foreach ($cats as $cat)
category_id == $cat->id ? 'selected' : ''}}>{{$cat->name}}
@endforeach
{{ __('Set Picture') }}
{{ __('Upload Picture') }}
{{ __('Description') }}
{{$data->details}}</textarea>
{{ __('Tags') }}
{{ __('Source') }}
meta_tag != null || $data->meta_description != null ? 'checked' : '' }} id="seo">
{{__('Allow Blog SEO')}}
{{ __('Meta Tags') }}
{{ __('Meta Description') }}
</textarea>
{{ __('Submit') }}
@endsection @section('scripts') @endsection