@extends('layouts.driverapp')
{{-- TITLE SECTION --}}
@section('title')
{{__('lng.Admin')}}
@endsection
{{-- LINK SECTION --}}
@section('link')
{{__('lng.Dashboard')}}
@endsection
{{-- CONTENT SECTION --}}
@section('content')
{{__('lng.DriverDashboard')}}
{{--
{{__('lng.GenerateReport')}} --}}
@endsection