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