@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Registered Manufacturer List
Add Manufacturer
@if($manufacturer_data) @foreach($manufacturer_data as $key => $manufacturer_detail) @endforeach @endif
Sl.No Manufacturer Action
{{ $manufacturer_detail->id }} {{ $manufacturer_detail->manufacturer_name }}
@endsection