@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Coupons']) @endsection @section('content')
@csrf
@foreach($posts as $row) @endforeach
{{ __('Code') }} {{ __('Expired Date') }} {{ __('Percentage') }} {{ __('Last Update') }} {{ __('Action') }}
{{ $row->name }} {{ $row->slug }} {{ $row->featured }}% {{ $row->updated_at->diffforHumans() }}
{{ $posts->links('vendor.pagination.bootstrap-4') }}
@endsection @push('js') @endpush