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