@extends('layouts.master')
@section('titel', 'Unit | ')
@section('content')
@include('partials.header')
@include('partials.sidebar')
Unit |
Status |
Action |
@foreach( $units as $unit)
{{ $unit->name }} |
@if($unit->status)
Active |
@else
Inactive |
@endif
|
@endforeach
@endsection
@push('js')
@endpush