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