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

{{__('lng.DriverDashboard')}}

{{-- {{__('lng.GenerateReport')}} --}}
@endsection