@extends('layouts.admin') @section('content')
Currency Details
{!! csrf_field() !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mpx')) {{ $errors->first('mpx') }} @endif
@if(!empty($currency)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection