@extends('layouts.app') @section('title') Add New Role @stop @section('breadcrumb') @stop @section('content')

Add New role


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@stop