@extends('layouts.main') @section('title', 'Add User') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Add user')}}

@csrf
@push('script') @endpush @endsection