@extends('template.app') @section('meta') @endsection @section('title') Dashboard @endsection @section('styles') @endsection @section('content') @if(auth()->user()->name_of_company)
@csrf @method('POST') @if(session('message'))
{{ session('message') }}
@endif
@else
@if(!in_array(auth()->user()->roles[0]['name'], ['KEC', 'Team leader'])) @endif
@if(!in_array(auth()->user()->roles[0]['name'], ['KEC', 'Team leader']))
REPORTs
@if(auth()->user()->can('day-book-report')) @endif @if(auth()->user()->can('booking-retail-report')) @endif
@endif
Branch Wise OBF
Car Model Wise OBF
Fuel Type OBF
Inventory Type
Model Wise Inventory
Fuel Type Inventory
@endif @endsection @section('scripts') @endsection