@extends('layouts.master-layouts') @section('title') @if ($department) {{ __('Update Department Details') }} @else {{ __('Add New Department') }} @endif @endsection @section('css') @endsection @section('content')

@if ($department) {{ __('Update Department Details') }} @else {{ __('Add New Department') }} @endif

@if ($department) @if ($role == 'department') @else @endif @else @endif
{{ __('Basic Information') }}
@csrf @if ($department) @endif
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('script') {{-- Profile Photo --}} @endsection