@extends('backend.layouts.master') @section('title') Spectacle @endsection @section('css') @endsection @section('body')
@endsection @section('content')| Firstname | Lastname | Phone | Tickets | Amount | Mode | |
|---|---|---|---|---|---|---|
| {{ $show->first_name }} | {{ $show->last_name }} | {{ $show->email }} | {{ $show->phone }} | {{ $show->ticket_count }} | {{ $show->amount }} | {{ $show->paiement_mode }} |