@extends('layouts.app') @section('content')
{{ __('Pilih Peran') }}
@csrf
@error('role') {{ $message }} @enderror
@endsection