@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Registered Gewog
Add Gewog
@if($gewog_data) @foreach($gewog_data as $key => $gewog_detail) @endforeach @endif
Sl.No Country Dzongkhag Dungkhag Gewog Action
{{ $gewog_detail->id }} {{ @$gewog_detail->getdungkhag->dzongkhag['country']->country_name}} {{ @$gewog_detail->getdungkhag['dzongkhag']->dzongkhag_name}} {{ @$gewog_detail->getdungkhag['dungkhag_name'] }} {{ @$gewog_detail->gewog_name }}
@endsection