@extends('layouts.app') @push('pg_btn') @can('update-post') Edit Withdrawl @endcan @endpush @section('content')
Name
{{ $post->post_title }}
Transaction Type
{{ $post->category->category_name }}
Created By
{{ $post->user->name }}
Amount PKR
{{ number_format($post->post_body) }} PKR
Status
{{ $post->status ? 'Active' : 'Disable'}}
@endsection