芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/resources/views/backend/branch/create.blade.php
@extends('layouts.app') @section('content')
{{ _lang('Add New Branch') }}
{{ csrf_field() }}
{{ _lang('Name') }}
{{ _lang('Contact Email') }}
{{ _lang('Contact Phone') }}
{{ _lang('Address') }}
{{ old('address') }}</textarea>
{{ _lang('Descriptions') }}
{{ old('descriptions') }}</textarea>
{{ _lang('Save') }}
@endsection