@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Country List
Add New Country
@if($country_data) @foreach($country_data as $key => $country_detail) @endforeach @endif
Sl.No Country Name Action
{{ $country_detail->id }} {{ $country_detail->country_name}}
@endsection