@extends('admin.template.master') @section('title', $title) @section('content') @php $userbanview= Auth::user()->banview; $userbanedit= Auth::user()->banedit; $userbandel= Auth::user()->bandel; @endphp

Banners

@include('admin.partials.flash_message') @foreach($content as $k=>$u) @endforeach
S.no Banner 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) @endif @if($userbanedit == 1) @endif
S.no Banner Title Image Action
@endsection