@extends('admin.layout.master') @php($disableTailwind= true) @section('title') {{__('dashboard.create_role')}} @endsection @section('content')
@csrf @include('admin.roles.form', ['btn' => trans('dashboard.save'), 'classes' => 'btn-primary btn-xs btn-block'])
@endsection