@extends('admin.template.master') @section('title', $title) @section('content') @php $usertrendview= Auth::user()->trendview; $usertrendedit= Auth::user()->trendedit; $usertrenddel= Auth::user()->trenddel; @endphp

Trends

@include('admin.partials.flash_message') @foreach($content as $k=>$u) @endforeach
S.no Trends Title Image Action
{{ ++$k }} {{ $u->title }} @if($u->image) @else Your image will appear here. @endif @php $userId= Auth::user()->user_type; @endphp @if ($userId == 0)
{{ csrf_field() }}
@endif @if($usertrendview == 1) @endif @if($usertrendview == 1)
{{ csrf_field() }}
@endif
S.no Trends Title Image Action
@endsection