@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

مبيعات

@endsection @section('content')
@foreach ($books as $key => $book) @endforeach
# الكتاب المبلغ
{{$book->id}} {{$book->title}} {{number_format($book->bookOrdersSum())}}
@endsection @section('script') @endsection @section('script-bottom')