@extends('backend.partials.master') @section('title') Sale Invoice @endsection @section('maincontent') Sale Invoice @if (hasPermission('create_saleinvoice') == true) New Sale Invoice @endif SR NO Date Invoice No Customer Product Rate Total Rate Action @endsection