@extends('master.app')
@section('title', 'Create Invoice')
@section('pageCSS')
{{-- If select2 is NOT in master, uncomment these --}}
{{-- --}}
@endsection
@section('body')
@include('general.valert')
@if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@endsection
@section('pageJs')
{{-- If select2 is NOT in master, uncomment these --}}
{{-- --}}
@endsection