@extends('backend.layouts.master') @section('title') Spectacle @endsection @section('css') @endsection @section('body') @endsection @section('content')
Spectacle
Total Tickets : {{ $shows->sum('ticket_count') }}
@foreach ($shows as $show) @endforeach
Firstname Lastname Email Phone Tickets Amount Mode
{{ $show->first_name }} {{ $show->last_name }} {{ $show->email }} {{ $show->phone }} {{ $show->ticket_count }} {{ $show->amount }} {{ $show->paiement_mode }}
@endsection @section('scripts') @endsection