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