@extends('backend.layouts.app') @section('title', 'Add Distributer') @section('page-title', 'Add Distributer') @section('page-breadcrumb', 'Add Distributer') @section('content')
Add Distributer Distributer List
@csrf
User Info

Address

Services

@foreach($services_list as $service)
 
@endforeach
@endsection @section('self_script') @endsection