@extends('layout.admin.app') @section('title', __('global.about.title')) @section('breadcrumb') @endsection @section('style') @endsection @section('content')
@csrf
{{-- |||||||||||||| --}}
@foreach($row->translations as $about)
@endforeach
{{-- |||||||||||||| --}}
{{-- End Row --}}

{{ __('global.about.targets') }}

@foreach ($row->alltargets as $targetKey => $target)
@if($targetKey!=0)
{{ __('global.delete') }}
@endif
@endforeach
{{ __('global.about.addrow') }}
{{-- End Row --}}

{{ __('global.about.vision') }}

{{ __('global.about.means') }}

@foreach ($row->allmeans as $meansKey => $mean)
@if($meansKey!=0)
{{ __('global.delete') }}
@endif
@endforeach
{{ __('global.about.addrow') }}
{{-- End Row --}}
@endsection @section('script') @endsection