@extends('admin.layouts.master') @section('title') currencies @endsection @section('css') @endsection @section('content')
name | type | country | rate | Status | Action |
---|---|---|---|---|---|
{{ $row->name() }} | {{ $row->type }} | {{ $row->country }} | {{ $row->rate }} |
is_active == '1' ? 'checked' : ''}}
onchange="toggleStatus({{$row->id}}, this.checked ? '1' : '0')">
|
{{-- --}}
{{-- |