@extends('Dashboard.layouts.master') @section('title', 'Admins | Create') @section('css') @endsection @section('content')
@csrf
Use an 8+ character combination of upper and lowercase letters, digits, and symbols
@error('roles') {{ $errors->first('roles') }} @enderror
@endsection @section('scripts') @endsection