@extends('layouts.master') @section('title', 'Edit Tariff - ') @section('content')

Edit Tariff

@csrf @method('PUT')
Tariff Information
retainer_required) ? 'checked' : '' }}>
tax_inclusive) ? 'checked' : '' }}>
Back
@endsection