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

{{ $head ?? ''}}

@if($detail ?? null)
@csrf @foreach($languages as $language)
@endforeach
@endif
@endsection @section('inner_js') @endsection