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

{{ $title }}

{{ $title }}

@if (Helper::checkAccess('currency_add'))
@endif
{{ __('lbl.currency_name') }} {{ __('lbl.currency_code') }} {{ __('lbl.currency_symbol') }} {{ __('lbl.action') }}
{{Form::hidden('currency',route('currency.index'),['id'=>'currency'])}} @endsection @section('pagescript') {!! Helper::datatablelib('currency/list.js') !!} @stop