@extends('admin.layout.app') @section('title','Service Sale Report') @push('headerscript') @endpush @section('content')

Service Sale Report

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Service Name Quantity Amount
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush