@extends('owner.layouts.main') @section('title') Profile Management @endsection @section('content')

Update payment

@csrf
@if(Session::has('success'))
@endif @endsection