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

@yield('title')

@endsection @section('content')
+ {{__("Import Countries")}}
{{ __('ID') }} {{ __('Name') }} {{ __('Flag') }} {{ __('Action') }}
@endsection @section('js') @endsection