@extends('admin::index') @section('content')

{{ $header or trans('admin.title') }} {{ $description or trans('admin.description') }}

@include('partials.breadcrumb')
@include('partials.error') @include('admin::partials.exception') @include('admin::partials.toastr') {{-- MAIN CONTENT --}}
@forelse($gifts as $gift) @empty @endforelse
{{__('Ảnh')}} {{__('Tên')}} {{__('Số điểm nhận quà')}} {{__('Ghi chú')}} {{__('Ngày tạo')}}
{{ $gift->name }} {{ $gift->pivot->points }} {{ $gift->pivot->note }} {{ $gift->created_at->format('d-m-Y H:i') }}
{{__('Không có dữ liệu')}}
@endsection @php @endphp