@extends('main') @section('content')

Add Business For {{$user->name}}

@csrf
@if(Session::get('admin_type') == "Demo")
Submit
@else @endif
@endsection