@extends('layouts.main') @section('title', 'User List') @section('content')

User Management

@if(Auth::user()->user_type == 0)
Add User Upload PDF
@endif
@endsection @section('script') @endsection