@extends('layouts.master') @section('css') @endsection @section('main_content')

Deductible Management

Edit Deductible

@csrf @method('PUT') @include('admin.deductible.fields')
@endsection @section('scripts') @endsection