@extends('layouts.app') @section('title', 'Add User') @section('content')
@csrf @include('users._form', ['departments' => $departments])
@endsection