@extends('site.layouts.app') @section('title', 'Add User') @section('stylesheets') @endsection @section('content')

User

Loading...
{{ csrf_field() }}
@endsection @push('scripts') @endpush