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