@include('header')

House Unit Types

@if ($message = Session::get('success'))

{{ session()->get('success') }} @if($new=Session::get('new')) add more.. @endif

@endif
@php($count=1) @foreach ($unitTypes as $uniType) @php($count++) @endforeach
No. Unit Type Name Status Actions
{{$unitTypes ->perPage()*($unitTypes->currentPage()-1)+$count}} {{$uniType->typeName}} {{$uniType->activeStatus==1 ? "Active":"Inactive"}}
{!! $unitTypes->links() !!}

Add Unit Type

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
@csrf
@include('footer')