@extends('layouts.app') @section('content')

Branche List

@foreach ($allData as $key => $row) @endforeach
Sl User Name Title Image Description Type Action
{{$key+1}} {{$row->userName}} {{$row->title}} {!!$row->description!!} {{($row->is_big=="1")?"Big":""}}
@endsection