@extends('layouts.app') @section('content')

Create Role

@csrf @include('admin.roles.form')
@endsection