@extends('layouts.app') @section('form-title') {{ __('Projects - To invoice') }} @endsection @section('form-sub-title') {{ __('Click a project to view more information') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('Projects - To invoice per client') }}
@include('to-invoice.client-projects')
@endsection @push('child-scripts') @endpush