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

Till Mnos

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


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