@extends('layouts.form') @section('styles') @endsection @section('content')
{{--
Basic Form

--}}
Role

@csrf
@includeIf('user::role.role')
@endsection('content') @section('scripts') @endsection