@extends('backend.layouts.master') @section('section-title', 'User Management') @section('page-title', 'Add User') @section('action-button') User List @endsection @section('content')
@csrf
{{-- Name --}}
{{-- Email --}}
{{-- Phone --}}
{{-- Password --}}
{{-- Confirm Password --}}
{{-- User Role --}}
{{-- User Status --}}
{{-- User branch --}}
{{-- Address --}}
{{-- Fake Sale Percentage --}} @if (env('APP_FSALE') == 'yes') @if (in_array(auth()->user()->id, [1, 2]))
@endif @endif {{-- Image --}}
your image

@endsection