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

{{$head ?? '' }}

@if($about ?? '' && $about->id) @method('PUT') @endif @csrf @foreach(languages() as $language)
@endforeach
@if ($about ?? false) @if($about->photos) @foreach ($about->photos as $photo)
@endforeach @endif @endif
@endsection @section('inner_js') {{-- --}} @endsection