@extends('panel.components.sidbar') @section('content')
@isset($offer)
@method('PUT') @else @endisset @csrf

Create New Offer

@error('offer_en')

{{$message}}

@enderror @error('offer_ar')

{{$message}}

@enderror
    @isset($offers) @foreach($offers as $index => $off)
  • @csrf @method('DELETE') delete
    {{-- @if(empty($faq) || $faq->id != $fa->id) --}} {{-- @endif --}} {{$off->created_at->toTimeString()}} {{-- {{$off->getTranslation('body','en')}} --}}
    Offer {{$index +1}}
    {{$off->getTranslation('body','en')}}
    {{strip_tags($off->getTranslation('body','en'))}}
  • @endforeach @endisset
@endsection @section('custom-script') @endsection