@extends('frontend.layouts.template')
@section('content')
@if ($government)
@foreach ($government as $idx => $item)
{{-- @if( $idx == 0)
@endif --}}
@endforeach
@endif
@if ($local)
@foreach ($local as $item)
@endforeach
@endif
@if ($international)
@foreach ($international as $item)
@endforeach
@endif
@endsection
@section('stylesheet')
@endsection
@section('javascript')
@endsection