@extends('layouts.app') @section('title') Edit Department @stop @section('breadcrumb') @stop @section('content')

Add New Department

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