@extends('layouts.base') @section('title') Create Role @endsection @section('content')

@yield('title')

@csrf @include('role.partials.form')
@endsection