@extends('layouts.app') @section('title', trans('dealers.page.title')) @section('content')

@lang('dealers.page.heading')

@can('dealers.add') @endcan
@if (auth()->user()->can('dealers.delete'))
@endif
@endsection @push('scripts') @endpush