@extends('layouts.business.master') @section('title') {{ __('Currency') }} @endsection @section('main_content')
@csrf
@include('business::currencies.datas')
{{ __('SL') }}. {{ __('Name') }} {{ __('Country Name') }} {{ __('Code') }} {{ __('Symbol') }} {{ __('Default') }} {{ __('Action') }}
{{ $currencies->links('vendor.pagination.bootstrap-5') }}
@endsection