@extends('currency::layouts.master') @section('content')
@if ($currency->id)

{{ $currency->name }}

@else

New Currency

@endif
@php echo $form->toHtml(); @endphp
@endsection