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

{{ $head ?? ''}}

@if($about ?? '' && $about->id) @method('PUT') @endif @csrf @foreach(languages() as $language)
@endforeach
statistics ?? "") }}">
experience_year ?? "") }}">
{{--Start image container--}}
@if ($about ?? false) @foreach ($about['photos'] as $photo)
@endforeach @endif
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection