芝麻web文件管理V1.00
编辑当前文件:/home/c7lekhnath/silverray.com.au/Modules/Tax/resources/views/index.blade.php
@extends('admin.master_layout') @section('title')
{{ __('Tax List') }}
@endsection @section('admin-content')
{{-- Breadcrumb --}}
{{ __('SN') }}
{{ __('Name') }}
{{ __('Percentage') }}
{{ __('Status') }}
{{ __('Actions') }}
@forelse ($taxes as $tax)
{{ $loop->index + 1 }}
{{ $tax->title }}
{{ $tax->percentage }}
status ? 'checked' : '' }} data-toggle="toggle" data-onlabel="{{ __('Active') }}" data-offlabel="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
@empty
@endforelse
{{ $taxes->links() }}
@endsection @push('js') @endpush @push('css') @endpush