@include('admin.header')

Add Buyer

@csrf
@error('email') {{ $message }} @enderror
@include('admin.footer')