@extends('layouts.main') @section('title') {{ __('Create Currency') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
< {{ __('Back to Currencies') }}
@csrf
{{ __('Create Currency') }}
{{--
@endforeach --}}
@endsection @section('script') @endsection