@extends('crm.layouts.app') @section('styles') @endsection @section('content')

{{__('Manage Invoices')}}

{{__('New Invoice')}}
{{-- --}}
{{__('Inv No')}} {{__('Title')}} {{__('Due Date')}} {{__('To')}} {{__('Invoice Date')}}{{__('Status')}}{{__('Paid')}} {{__('Due Amount')}} {{__('Total Amount')}} {{__('Assigned To')}} {{__('Actions')}}
@endsection @section('scripts') @include('crm.invoice.index_js') @endsection