@extends('layouts.app') @section('content') @php $status = old('status', 'active'); @endphp

Create Country Tax

Add country based tax rates for booking pricing.

@csrf
@error('country_id')
{{ $message }}
@enderror
@error('tax_name')
{{ $message }}
@enderror
@error('tax_rate')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Back
@push('scripts') @endpush @endsection