@extends('admin.layouts.app') @section('title', 'dashboard') @section('content')

Welcome !

@if(Auth::user()->role==1) Add Customer @endif
Sr. No Customer Name Customer Mobile Model Vehicle No VIN
@endsection