@extends('layouts.app') @section('content')

{{ $pageNote }}

@if($row->status==1) @else @endif
Name {{ $row->name }}
Code @php ( $code = str_replace('[','',$row->code)) {{ str_replace(']','',$code) }}
Script {{ $row->script }}
Status{{ Lang::get('core.fr_mactive') }} {{ Lang::get('core.fr_minactive') }}
Created Time {{ $row->created_at }}
Updated Time {{ $row->updated_at }}
@stop