@extends('admin.layout.main') @section('content')

View Currency Management

@csrf @if(isset($data)) @endif

{{ old('name', isset($data) ? $data->name : null) }}

{{ old('symbols', isset($data) ? $data->symbols : null) }}

@endsection @section('js') @endsection