@extends('layouts.wizard') @section('title', trans('general.wizard')) @section('content')
1

{{ trans_choice('general.companies', 1) }}

2

{{ trans_choice('general.currencies', 2) }}

3

{{ trans_choice('general.taxes', 2) }}

{{ trans_choice('general.finish', 1) }}

{{ trans_choice('general.taxes', 2) }}

 {{ trans('general.add_new') }}
@foreach($taxes as $item) @endforeach
@sortablelink('name', trans('general.name')) @sortablelink('rate', trans('taxes.rate_percent')) {{ trans('general.actions') }}
{{ $item->name }} {{ $item->rate }}
@endsection @push('scripts') @endpush