@extends('admin/layouts/default') {{-- Page title --}} @section('title') transaction_type @parent @stop @section('content')

Transaction Types

transaction_type {{ $transaction_type->id }}'s details


id{{ $transaction_type->id }}
name{{ $transaction_type['name'] }}
@stop