@extends('template.app') @section('meta') @endsection @section('title') Vendor Profile @endsection @section('styles') @endsection @section('content')
@foreach($vendor_data as $vendor)
@csrf @method('PATCH')






@endforeach
@endsection @section('scripts') @endsection