@extends('backEnd.master') @section('title') @lang('student.lets_assigned') @endsection {{-- {{ dd($invoices) }} --}} @push('css') @endpush @section('mainContent')

@lang('common.invoices')

@lang('common.create_invoice')
@foreach ($invoices as $item) {{-- {{ dd($invoices) }} --}} @endforeach
@lang('common.student_name') @lang('common.invoice_number') @lang('common.bill_status') @lang('common.payment_status') @lang('common.delivery_note') @lang('common.action')
{{ $item->student->full_name }} {{ $item->invoice_number }} {{ __('common.' . $item->bill_status) }} {{ __('common.' . $item->payment_status) }} {{ $item->delivery_note }} @lang('common.print') @lang('common.payment_status') @lang('common.bill_status')
@endsection @push('script') @endpush @push('script') @endpush