@extends('admin.layout.master') @section('content') @section('vendor', 'active') @section('title', 'Vendor')
Update Vendor
@csrf
{{ $errors->first('user_name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone_no') }}
{{ $errors->first('password') }}
@endsection @push('script') @endpush