@extends('layouts.app') @section('title', __('service.create')) @section('content')
{{ __('service.details') }}
{{-- CSRF Protection --}} @csrf @method('POST')

@include("modals.tax.create") @endsection @section('js') @endsection