@extends('admin.layout.master') @section('content')

مشتریان عمده

@include('admin.partials.form-errors') @if(Session::has('error'))
{{session('error')}}
@endif @if(Session::has('success'))
{{session('success')}}
@endif
@foreach($users as $value) @endforeach
ردیف نام شماره تماس action
{{$radif}} {{$value->name}} {{$value->phone}} ویرایش
@csrf
@endsection