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

@if(isset($data)) Edit @else Add @endif Currency Management

@csrf @if(isset($data)) @endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('symbols'))
{{ $errors->first('symbols') }}
@endif
@endsection @section('js') @endsection