@lang('model') {{$data->name}}
@can('models_edit')
@endcan
@lang('brand') :
@can('brands_view')
{{$data->brand->name}}
@endcan
@lang('products')
@if(count($data->products) >= 1)
@else
@lang('no_amount') @lang('products')
@endif
@endsection
@section('scripting')
@endsection