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

Manage Stars

Stars

@foreach($star as $star) @endforeach
Sl.No Photo Star Name Star Type Actions
{{ $no++ }} @if(!empty($star->photo)) @endif {{$star->star_name}} {{$star->star_type}}    
@endsection