@extends('master.app') @section('title', 'Edit Tax') @section('body')

Edit Tax

Update tax record
Back
@if($errors->any())
Fix the errors:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf @method('PUT')
@endsection