@extends('layouts.master') @section('title')Create Role @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Role @endslot @slot('title') Role Create @endslot @endcomponent @endsection @if ($message = Session::get('success'))
{{ $message }}