@extends('layouts.sellerlayouts.app') @section('title') New User | Company Name @endsection @push('css') @endpush @section('contents')
Profile Detail
image

MD rabiul Karim

House 7 Road 14/c Uttara sector 4 Dhaka 1230 Bangladesh

Supper Admin

Status: Active

Join Date: 20/20/2020


Email MD Rabiu Karim
Mobile MD Rabiu Karim
DOB 01/01/2020
Gender Male
Permanent Address Dhaka Bangladesh
Profile Update
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('mobile'))

{{ $errors->first('mobile') }}

@endif
@if ($errors->has('role'))

{{ $errors->first('role') }}

@endif
@if ($errors->has('role'))

{{ $errors->first('role') }}

@endif

Delete User
@endsection @push('js') @endpush