@extends('layouts.app') @section('title', 'Create Currency') @php $breadcrumbs = [['label' => 'Masters', 'url' => route('masters.currencies.index')], ['label' => 'Currency', 'url' => route('masters.currencies.index')], ['label' => 'Create']]; @endphp @section('content')

Create New Currency

Back to List
@csrf
Cancel
@endsection