@extends('layouts.admin') @section('content')
{{ trans('global.create') }} Brands
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.permission.fields.title_helper') }}
@endsection