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

{{ $head ?? ''}}

@if($chairman ?? '' && $chairman->id) @method('PUT') @endif @csrf @foreach($languages as $language)
local}", $chairman ?? null ? $chairman[$language->local]['name'] : null) }}">
local}", $chairman ?? null ? $chairman[$language->local]['job_title'] : null) }}">
@endforeach {{--Start image container--}}
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection