@extends('layouts.dashboard') @section('title',trans('layout.tax_edit')) @section('css') @endsection @section('main-content')

{{trans('layout.tax')}}

{{trans('layout.tax_edit')}}

{{trans('layout.edit')}}

@method('put') @include('tax.form')
@endsection @section('js') @endsection