@extends('layout.masterContainer') @section('title', 'Welcome to Master Page') @section('content')
@csrf





{{-- $masterpage @if(count($masterpage == null))

hell

@endif
  • {{ $item->name }}
  • {{ $item['name'] }}
  • --}}
    Go to spec
    @php // print_r($masterpage); @endphp
    @endsection