@extends('tracker::layouts.master') @section('title','New User') @section('content')

New User

@csrf @include('tracker::users._form') Cancel
@endsection