@extends('layouts.main') @section('title') {{ __('States') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('ID') }} {{ __('Name') }} {{ __('Country') }} {{ __('Flag') }}
@endsection