@extends('layouts.admin') @section('title') @lang('Edit About Section') @endsection @section('breadcrumb')

@lang('Edit About Section')

@endsection @section('content')
@method('PUT') @csrf
@if (checkAddon())
@endif
@lang('About Featured')
@forelse ($features as $item) @empty @endforelse
@lang('Photo') @lang('Title') @lang('Text') @lang('Action')
{{ $item->title }} {{ $item->text }}
@lang('No Data Found')
@endsection @push('script') @push('script') @endpush @endpush