@extends('layouts.master') @section('title') {{translate('supplier')}} @endsection @section('content')
{{translate('supplier')}}
@if(Sentinel::hasAccess('stock.create')) {{translate('add supplier')}} @endif
@foreach($data as $key) @endforeach
{{translate('name')}} {{translate('phone')}} {{translate('email')}} {{translate('address')}} {{translate('note')}} {{ translate('action') }}
{{ $key->name }} {{ $key->mobile_phone }} {{ $key->email }} {{ $key->address }} {!! $key->notes !!}
@endsection @section('footer-scripts') @endsection