@extends('client_panel.layouts.app') @section('title') Invoices @endsection @section('content')
@include('flash::message')
@include('client_panel.invoices.payment_modal') @include('invoices.send_whatsapp_modal') {{ Form::hidden('status', $status, ['id' => 'status']) }} @endsection