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

Manufacturer

@php if(count($manufacturers) > 1) $count = 'manufacturers'; else $count = 'manufacturer'; @endphp

You have total {{ count($manufacturers) }} {{ $count }}.

Manufacturer Name Status Created at Updated at Action
@endsection @push('footerScripts')