@extends('Dashboard.layouts.master') @section('title', 'Team | Create') @section('css') @endsection @section('content')
@csrf
Use an 8+ character combination of upper and lowercase letters, digits, and symbols
{{__('forms.role')}}
*
@foreach($roles as $role)
id == old("roles")? 'checked' : ''}}>{{$role->name}}
@endforeach
@error('roles')
{{ $errors->first('roles') }}
@enderror
{{__('forms.status')}}
{{__('forms.enabled')}}
{{__('forms.disabled')}}
@endsection @section('scripts') @endsection