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