@extends('backend.layouts.master') @section('title') User Create - Admin Panel @endsection @section('styles') @endsection @section('admin-content')
@include('backend.layouts.partials.logout')

Create New Role

@include('backend.layouts.partials.messages')
@csrf
@endsection @section('scripts') @endsection