@extends('layouts.app') @section('title') {{ __('Manufacturers') }} @endsection @section('breadcrumb')

{{ __('Manufacturers') }}

@endsection @section('content')
@can('create_manufacturer') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @section('scripts') @endsection