@extends('layouts.app') @section('title', 'Currencies') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Currencies']]; @endphp @section('content')

Currencies Master

Manage currencies records

@can('currencies.create') New Currencies @endcan
@endsection