@extends('layouts.panel') @section('content')
Alat Kelengkapan Dewan
@foreach ($toolOfParliaments as $toolOfParliament) @endforeach
Nama Status
{{ $toolOfParliament->name }} @if ($toolOfParliament->is_active) Aktif @else Tidak Aktif @endif
{{--
Tambah
--}}
@endsection @push('scripts') @if (Session::has('tool-of-parliament-toast')) @endif @endpush