@extends('adminlte::page') @section('title', 'Edit Department') @section('content_header') @stop @section('content')

Edit Department

Update Department

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('visibility'))

{{ $errors->first('visibility') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@stop @section('js') @include('admin.department.scripts.index') @stop