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

{{$stationary->title}}

₹ {{number_format($stationary->amount,2)}}

{!! $stationary->content !!}
Back
@endsection