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