@extends("Kitchen-Owner.layout.app") @section("title","Kitchen Dashboard") @section("content")

Update Password

@csrf
@error('new_password')

{{$message}}

@enderror
@error('confirm_password')

{{$message}}

@enderror
img....
@endsection @push("script") @if(Session::has('msg')) @switch(Session::get('status')) @case('success') @break @case('error') @break @endswitch @endif @endpush