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

{{ $head ?? ''}}

@if($detail ?? '' && $detail->id) @method('PUT') @endif @csrf @foreach($languages as $language)
local}", $detail[$language->local]['our_values'] ?? "") }}">
local}", $detail[$language->local]['percentage_first'] ?? "") }}">
local}", $detail[$language->local]['percentage_text_first'] ?? "") }}">
local}", $detail[$language->local]['percentage_second'] ?? "") }}">
local}", $detail[$language->local]['percentage_text_second'] ?? "") }}">
local}", $detail[$language->local]['percentage_third'] ?? "") }}">
local}", $detail[$language->local]['percentage_text_third'] ?? "") }}">
@endforeach {{--Start image container--}}
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection