@extends('Layouts.master') @section('content')
@include('Partials.Pages.index_top') @foreach($data as $model) @endforeach
@lang('brand') @lang('name') @lang('action')
@can('brands_view') {{$model->brand->name}} @else {{$model->brand->name}} @endcan @can('models_view') {{$model->name}} @else {{$model->name}} @endcan @can('models_edit') @lang('edit') @endcan
@include('Partials.Pages.display')
@endsection @section('scripting') @endsection