@extends('admin::layouts.master') @section('pagetitle','Dashboard') @section('content')

Dealer Management

/Edit Dealer Details
@csrf @method('PUT')
@if($dealer->profile_img) Image @else No Image @endif
Change Photo
Basic information
{{--
.
--}}

Request information
@if ($dealer->device_approve=='0') Approve Sign Request @else No Requested @endif
@if ($dealer->status!='2') Block @else UnBlock @endif Delete
@endsection @section('scripts') @endsection