@extends('layouts.frontend.user_master')
@section('title', 'User Dashbaord')
@section('css')
@endsection
@section('script')
@endsection
@section('content')
@php
$languages = app('bmf')->getLanguages();
$timezones = app('bmf')->getTimeZones();
@endphp
@include('application.user.side_nav')
@endsection
@section('script')
@endsection