@extends('layouts.main') @section('title') Trailers @stop @section('navigation') @stop @section('msghead_menu')
  • @if(Auth::user()->can('EMPTY VEHICLES')) @endif
  • @stop @section('contentinner')
    @if(Auth::user()->can('ADD VEHICLES'))
    {{----}}
    @endif
    {{--*/ $type = 'TRAILER' /*--}} @include('vehicles.includes._vehicle',compact('type'))
    @include('vehicles.trailers.model') @stop