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

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

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

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

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