@extends('layout.app') @section('styling') @parent @endsection @section('content')
Lookings Add Looking
@php $count = 1 @endphp @foreach($lookings as $looking) @endforeach
Sr # Name Action
{{$count++}} {{$looking->name}} Edit
@endsection @section('javascript') @parent @endsection