@extends('layouts.main') @section('page-title') {{ __('Create Invoice') }} @endsection @section('page-breadcrumb') {{ __('Invoice') }} @endsection @php $type = request()->query('type'); $projectsid = request()->query('project_id'); @endphp @section('content')