@extends('layouts.master') @section('title',__('All Producers')) @section('breadcum') @endsection @section('maincontent')
{{ __('All Producers') }}
{{ __('#') }} {{ __('ID') }} {{ __('NAME') }} {{ __('EMAIL') }} {{ __('CREATED AT') }} {{ __('UPDATED AT') }} {{ __('STATUS') }} {{ __('ACTION') }}
@endsection @section('script') @endsection