@extends('adminlte::page') @section('title', 'Edit Department') @section('content_header') @stop @section('content') Edit Department Home Department Edit Update Department @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Visibility -- Select Status -- visibility) == '1' ? 'selected' : '' }}>Public visibility) == '0' ? 'selected' : '' }}>Private @if ($errors->has('visibility')) {{ $errors->first('visibility') }} @endif Status -- Select Status -- status) == '1' ? 'selected' : '' }}>Active status) == '0' ? 'selected' : '' }}>Inactive @if ($errors->has('status')) {{ $errors->first('status') }} @endif @stop @section('js') @include('admin.department.scripts.index') @stop
{{ $errors->first('name') }}
{{ $errors->first('visibility') }}
{{ $errors->first('status') }}