@extends('layouts.master') @section('title') {{ $threshold->exists ? 'Edit Tier' : 'New Tier' }} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Approval Thresholds @endslot @slot('title') {{ $threshold->exists ? 'Edit Tier' : 'New Tier' }} @endslot @endcomponent @if($errors->any())