@props(['title', 'description', 'inagural_staff']) @php $p = [ [ 'link'=>'devchulimunhospital.com', 'title' => 'Hospital Content Management System (CMS)', '$description' => 'Engineered a responsive, localized CMS for a healthcare institution to streamline patient communication and public news updates. Built an intuitive administration panel allowing staff to manage dynamic site listings, publish announcements, and maintain high-resolution photo galleries.', 'tech_stack' => ['Laravel', 'MySQL', 'Tailwindcss', ], ], [ 'link'=>'nabinpdl.com.np', 'title' => 'Devchuli Secondary School\'s Website', '$description' => 'Engineered a responsive, localized CMS for a healthcare institution to streamline patient communication and public news updates. Built an intuitive administration panel allowing staff to manage dynamic site listings, publish announcements, and maintain high-resolution photo galleries.', 'tech_stack' => ['Laravel', 'MySQL', 'Tailwindcss', ], ], ]; @endphp
{{$title}} {{$description}}
@foreach($p as $portfolio)
{{$portfolio['link']}}
{{$portfolio['title']}} {{$portfolio['$description']}}
@foreach($portfolio['tech_stack'] as $stack) {{$stack}} @endforeach
./view website
@endforeach