@extends('admin.layouts.master') @section('title', 'Currency - Admin') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Currency') }} @endslot @slot('menu1') {{ __('Currency') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __("Currency")}}
{{ csrf_field() }} {{ method_field('PUT') }}
@endsection @section('script') @endsection