@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Create New roles

@endSection @section('tools') @endSection @section('content')
{{ __('pages.create') }} {{ __('pages.role') }}
@include('forms.role')
@endSection