@extends('admin.layouts.app') @section('content') @if(isset($department))

Edit Department

@csrf
@else

Add Department

@csrf
@endif @section('scripts') @endsection @endsection