@extends('layouts.master') @section('title',__(":country's All states",['country' => $country->name])) @section('breadcum') @endsection @section('maincontent')
{{ filter_var($country->name) }} {{ __('States') }}
# {{ __('Name') }} {{ __('Action') }}
@endsection @section('script') @endsection