@extends('layouts.master') @section('title') @lang('Create Invoice') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('Invoice') @endslot @slot('title') Create @endslot @endcomponent @include('partials.session')