@extends('admin.layouts.master') @section('content')

All Unit List Add Unit

@foreach($unitList as $unit) @endforeach
Name Status Action
{{ $unit->name }} @if($unit->status == 'Active') Active @else Inactive @endif
@endsection