@extends('admin/layouts/default') {{-- Page title --}} @section('title') transaction_type @parent @stop @section('content') Transaction Types Dashboard transaction_types transaction_types transaction_type {{ $transaction_type->id }}'s details id{{ $transaction_type->id }} name{{ $transaction_type['name'] }} @stop