{{-- Shared page header partial --}} {{-- Usage: @include('procurement::components.partials.page_header', ['title'=>'...', 'action'=>'...', 'actionRoute'=>'...', 'actionLabel'=>'...']) --}}

{{ $title }}

@if(isset($actionRoute)) {{ $actionLabel ?? 'Add New' }} @endif