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

{{ $head ?? ''}}

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