@extends('layouts.app') @section('content')

Master data

Setup the master data tables here across all customizable tables and selection boxes here.
@csrf
Department
@foreach($data["departments"] as $key => $value)
@endforeach
@php ($get_permission = permission("department", "full-permission")) @if($get_permission) @endif

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.department') @stop