@extends('layouts.admin')
@section('title', 'Add User')
@section('header', 'Add New User')
@section('content')
Each role has different permissions:
- Super Admin - Full system access
- Store Owner - Manage own store
- Delivery Partner - Delivery app access
- Customer - Order food from app
@endsection