@extends('template.layouts.simple.master') @section('content')

Units

@foreach($units as $unit) @endforeach
Sno Company Zone Unit Action
{{$loop->iteration}} {{$unit->getZone->getCompany->company_name}} {{$unit->getZone->zone_name}} {{$unit->unit_name}}
@endsection @section('scripts') @endsection