@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
{{ lang('Currencies') }} @can('Currencies Delete') @endcan
@can('Currencies Add') {{ lang('Add Currency') }} @endcan

loading.. Please Wait

{{ lang('S.No') }} @can('Currencies Delete') @else @endcan {{ lang('currency Code') }} {{ lang('Symbol') }} {{ lang('Exchange rate') }} {{ lang('Created At') }} {{ lang('Status') }} {{ lang('Actions') }}
@include('admin.currency.modal') @endsection @section('scripts') {{-- C:\xampp\htdocs\projects\appointments\public\assets\plugins\moment\min\moment.min.js --}} @endsection