@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

{{ $title }}

@if (Helper::checkAccess('currency_type_add'))
@endif
{{ __('lbl.type') }} {{ __('lbl.description') }} {{ __('lbl.action') }}
{{Form::hidden('currencytype',route('currencytype.index'),['id'=>'currencytype'])}} @endsection @section('pagescript') {!! Helper::datatablelib('currencytype/list.js') !!} @stop