@extends('layouts.master') @section('content')
Invoice Preference Add Invoice Preference {{-- Forms --}} {{-- Form Layouts --}}

Add New Invoice {{-- Invoice Preference List --}} Back to Invoice Preference

{{--

--}} {{--
--}}
Add Invoice Preference
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
{{--
--}} Cancel
@endsection