@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($country ?? '' && $country->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach {{-- Start image container--}}
image ?? null)}}"/>
Choose
{{-- End image container--}}
@endsection @section('inner_js') @endsection