@extends('template.app') @section('meta') @endsection @section('title') Taxes Create @endsection @section('styles') @endsection @section('content')
@csrf @method('POST')
Back
@endsection @section('scripts') @endsection