@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Additional Advocate') @push('head') @endpush @section('content') Additional Advocate Case Type Select @foreach($getHCCaseType as $ct) {{ $ct->skey." - ".ucwords(strtolower($ct->casename)) }} @endforeach Case No. Year Select @for($i = date("Y"); $i >= 1930; $i--) {{ $i }} @endfor @endsection