@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Department | Edit Department') @section('content')
@csrf @method('PUT')
Data Department
@if (count($multiCoa) > 1) @php $countdata = 1; @endphp @foreach($multiCoa as $m_coa) @if ($loop->first) @continue @endif
@php $countdata++; @endphp @endforeach @endif
Back
@endsection @section('js') @endsection