@extends('main') @section('h_title', 'All Offers') @section('offer', 'active') @section('body') @push('css_cdn') @endpush
All Posts
@csrf
@error('title') {{ $message }} @enderror
@error('url') {{ $message }} @enderror
@error('thumbnail') {{ $message }} @enderror

Posts List

@foreach($offers as $item) @endforeach
Id Image Title Url Action
{{ $loop->iteration }} banner {{ $item->title }} {{ $item->url }}
@endsection @push('js_cdn') @endpush @push('js') @endpush