@extends('layouts.backend') @section('content')

Edit User

@csrf()
Name:* @if ($errors->has('name')) @endif
Phone No:* @if ($errors->has('phone_no')) @endif
Email:* @if ($errors->has('email')) @endif
City:
Company Name:
Company Logo: @if ($errors->has('company_logo')) @endif
@if(!empty($user['company_logo']))
@endif
Password:* @if ($errors->has('password')) @endif
@endsection