@lang('global.brands.title')

{!! Form::open(['method' => 'POST', 'route' => ['admin.brands.store'], 'files' => true,'class'=>'formvalidation', 'id' => 'frmBrand']) !!}
@lang('global.app_create')
@include('admin.brands.form-fields')
{!! Form::submit(trans('global.app_save'), ['class' => 'btn btn-danger wave-effect saveButtonBrand']) !!} {!! Form::close() !!} @if( ! empty( $is_ajax ) && 'yes' === $is_ajax ) @endif