@extends('layout.container') @section('title', 'Welcome to Landing Page') @section('content')
{{$lpage['name']}}
@php $type = @$action; @endphp @if ($type != null && in_array($type,array_column($val,'codetype')) == true) @endif
@endsection