@extends('admin.layouts.master') @section('title', 'Update Currency') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __("Update Currency")}}
{{ csrf_field() }} {{ method_field('PUT') }}
@endsection @section('script') @endsection