@extends('backend.index') @section('content') @if(isset($language))
{{ $language->name }}

{{ $language->continent }}

@endif
@csrf
{!! makeCountryDropDown('country_code', 'form-control select2-active', isset($language->country_code) ? $language->country_code : null) !!}
@endsection