@extends('admin.admin_master') @section('content-header', $page_header) @section('content')
@if (!empty($list)) @foreach ($list as $item) @endforeach @else @endif
S.No Name Designation Phone Email Show in Homepage Sequence No Status Action
{{ $item->title_en }} {{ $item->title_np }} {{$item->designations }} {{ $item->phone_no }} {{ $item->email }} @if ($item->show_on_homepage == '1') Yes @else No @endif {{ $item->sort_order }} @if ($item->status == '1') {!! ACTIVE_STATUS !!} @else {!! INACTIVE_STATUS !!} @endif {!! EDIT_ICON !!} {!! DELETE_ICON !!}
{!! NO_RECORD !!}
@push('script') @endpush @endsection