@extends('layouts.main_without_top_button') @section('title') DRIVER PROFILE @stop @section('contentinner') {{--*/ $employee_account = \App\Model\EmployeeAccount::whereEmployeeId($driver->id)->first(); /*--}}
@yield('profile')
@stop