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

{{$head ?? '' }}

@if($education ?? '' && $education->id) @method('PUT') @endif @csrf @foreach($languages as $language)
@endforeach
@endsection @section('inner_js') @endsection