@extends('layouts/layoutMaster') @section('title', 'Tables - Basic Tables') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Listing / Suburbs

@foreach($list as $key => $item) @endforeach
Suburb Id Suburb District Region
{{$key + 1}} {{$item->suburb_id}} {{$item->suburb_name}} {{$item->district_name}} {{$item->region_name}}
@endsection