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

{{$head ?? '' }}

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