@extends('admin.layouts.admin') @section('title','Add Merchant') @section('page-title','Add Merchant') @section('content')
Merchant Information Register a new merchant into the system
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
Contact Details
@error('email')
{{ $message }}
@enderror
Login Credentials
@error('password')
{{ $message }}
@enderror
Minimum 8 characters
Location
Finance
Status
Cancel
@endsection