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

 Add New role

Add the information


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