@extends('layouts.app') @section('title', __('currency.currencies')) @section('css') @endsection @section('content')
@include('layouts.session')
{{ __('currency.currencies') }}
@can('currency.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('app.short_code') }} {{ __('currency.symbol') }} {{ __('currency.exchange_rate') }} {{ __('app.action') }}
@endsection @section('js') @endsection