@extends('layouts.master') @section('title') @lang('translation.Mobile Pages') @endsection @section('css')
@endsection @section('content') @component('components.breadcrumb') @slot('li_1') Mobile Pages @endslot @slot('title') Mobile Pages @endslot @endcomponent
--By Slug--
@foreach($formList as $form)
{{ $form->slug}}
@endforeach
--By Title--
@foreach($formList as $form)
{{ $form->title}}
@endforeach
--By Updated By --
@foreach($formList as $form) @if($form->updatedUser))
{{ $form->updatedUser->name }}
@endif @endforeach
New Form
ID
Slug
Title
Created At
Updated At
Updated by
Action
@endsection @section('script') @endsection