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