@extends('layouts.app') @section('content')

Country List

@csrf

Country Search

City List

@foreach($entity as $val) @endforeach
Name
{{ $val->city_name}}
@if ($entity->lastPage() > 1)
{{ $entity->withQueryString()->links() }}
@endif
@endsection