@extends('template.app') @section('meta') @endsection @section('title') Cash Receipt Create @endsection @section('styles') @endsection @section('content')
@csrf @method('POST')
Save & Preview @if($page == 'cash_receipt') Save & Exit @else Save & Exit @endif
@endsection @section('scripts') @endsection