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

{{$breadcrumb}}

@php $no=1; @endphp @foreach($unit as $dt) @endforeach
No Unit Name Phone Email Address Status Action
{{$no++}} {{$dt->unit_name}} {{$dt->unit_phone}} {{$dt->unit_email}} {{$dt->unit_address}} @if ($dt->unit_activeYN=='Y') Active @else in Active @endif   
@endsection @section('js') @endsection