@extends('layouts.app') @section('styles') @endsection @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@include('include.employer-side-nav')
@foreach($gatewayCurrency as $data)
{{__($data->name)}}
{{__($data->name)}} {{-- {{$data->methodImage()}} --}}
{{-- {{route('employer.payment.insert')}} --}} @csrf
@endforeach
@endsection @section('scripts') @endsection