@php use App\Models\masterpage; $lpcontent = masterpage::all()->sortBy('name'); @endphp
@if (count($lpcontent) != 0) @else

No Master Page Found

@endif