@php use App\Components\Config\Country; $countryList = Country::getCodes('Y'); @endphp @extends('sample.programs.manager.layout-default', [ 'activatedNavItem' => 'sample.program-create', ]) @push('head') @endpush @section('content')
@endsection