@extends('layouts.app') @section('title','Edit Currency') @section('content')
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('code') }}
{{ $errors->first('symbol') }}
{{ $errors->first('rate') }}
{{ $errors->first('status') }}
Cancel
@endsection