@extends('layouts.app') @push('style') @endpush @push('middle_part') {{--
--}}
{{-- --}}
{{-- /form> --}} @endpush @section('content') @php $sa = supplierAmount($item); @endphp
@php $page_name = 'Supplier > profile'; $page_number = 0; $search = 0; @endphp @include('layouts.table_top')
@include('suppliers.profiles.data')
@endsection @push('script') @endpush