@extends('seller.seller_app') @section('content')
Invite User
@if(session()->has('success')) @endif
@if(session()->has('error')) @endif
@csrf @method('POST')
Cancel
@endsection @section('script') @endsection