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

{{$book->title}}

@endsection @section('content')
@foreach($govs as $gov) @endforeach
المحافظة الاجمالي
{{$gov->name}} {{ $book->totalOrdersCount($gov->id) }}
@endsection @section('script') @endsection