@extends('layouts.master') @section('title') @lang('role.create_title') @endsection @section('content') @component('components.breadcrumb') @slot('li_1_link'){{route('role.index')}}@endslot @slot('li_1')@lang('role.index_title')@endslot @slot('li_2')@lang('role.create_title')@endslot @slot('title')@lang('role.create_title')@endslot @endcomponent
{{ Form::open(['url' => route('role.store'), 'method' => 'post','class' => 'needs-validation','novalidate']) }} @include('role.form') {{ Form::close() }}
@endsection