@extends('layouts.admin-layout') @section('title') Vendor Profile @endsection @section('content')

Vendor Profile Update

@csrf
@error ('vendor_profile') {{$message}} @enderror
Profile Preview
@endsection @section('script') @endsection