@extends('layouts.master')
@section('title', $appuser->fullname)
@section('links')
@endsection
@section('content')
@if(Entrust::can('view_app_users'))
@foreach($appuser->vehicles as $vehicle)
@endforeach
@endif
@endsection
@section('scripts')
@endsection