@extends('layouts.master') @section('content') @if (session()->has('message'))
{!! session('message') !!}
@endif

Change the Customer

{{ csrf_field() }}
@for($i=0; $i< count($main_ids) ; $i++) @endfor
@endsection