@extends('layouts.master') @section('content')

Add Service Voucher Back

@csrf @if ($errors->any())
Whoops! Something went wrong:
@endif {{-- MASTER --}}
{{-- These two get submitted with the form --}}
{{-- DETAILS --}}
Service Details
Account * Qty * Unit Price * Amount Narration
{{-- --}}
@endsection @push('scripts') @endpush