@extends('layouts.admin') @section('content') @can('brand_create')
{{ trans('global.add') }} Brand
@endcan
Brand list
{{ trans('cruds.device.fields.id') }} Name  
@endsection @section('scripts') @parent @endsection