@extends('layouts.app') @section("user-image") profile @endsection @section("user")
{{ $user->name }}
{{ $user->role_name }}
@endsection @section('menu')
@csrf
@endsection @section('body')
Informasi kerjasama mitra
0
@endsection @section('script') @endsection