@extends($activeTemplate . 'layouts.frontend') @section('content') @csrf @lang('Select Country') @foreach ($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Submit') @endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush