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

{{$stationary->title}}

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

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