@extends('layouts.dashboard') @section('content')

Add Tax Detail

@if (Session::has('message'))
@endif @php $route = route('tax.index',['id'=>$id]); @endphp @include('tax._form',['tax'=>$tax])
@endsection