@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Thromde Village List
Add New Thromde Village
@if($thromdevillage_data) @foreach($thromdevillage_data as $key => $thromdevillage_detail) @endforeach @endif
Sl. No Country Dzongkhag Thromde Village Action
{{ $thromdevillage_detail->id}} {{ $thromdevillage_detail->dzongkhag['country']->country_name}} {{$thromdevillage_detail->dzongkhag['dzongkhag_name']}} {{ $thromdevillage_detail->thromde_village_name}} {{ Form::open(['url'=>route('thromdevillage.destroy',$thromdevillage_detail->id), 'onsubmit'=>'return confirm("Are you sure you want to delete this Dungkhag?")']) }} @method('delete') {{ Form::close() }}
@endsection