@extends('layouts.app') @section('title') Raja Gadai @endsection @section('css') @endsection @section('template_title') Edit Profile @endsection @section('content')

Edit Data Profile

@csrf @foreach ($data as $row)
@endforeach
@endsection @push('js_in') @endpush