芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/review/create.blade.php
@extends('layouts.admin') @section('content')
{{ __('Add New Review') }}
{{ __('Back') }}
{{ __('Dashboard') }}
{{ __('Review') }}
{{ __('Add New Review Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Title') }}
{{ __('Sub Title') }}
{{ __('Set Picture') }}
{{ __('Upload Picture') }}
{{ __('Description ') }}
</textarea>
{{ __('Submit') }}
@endsection @section('scripts') @endsection