@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($manufacturer as $key => $val) @empty @endif
Sr Manufacturer Name Address Status
{{ @$key + 1 }} {{ $val->name }} {{ $val->manufacturer_address }} {{ $val->status }}
No Manufacturer Master
@stop