@extends('layouts.app') @section('content')
 
AdminBSB - Profile Image

{{$user->name}}

Member

{{ csrf_field() }} {{ method_field('POST') }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ csrf_field() }} {{ method_field('POST') }}
@foreach ($file as $item) @endforeach
ID Nama Action
{{ $item->id }} {{ $item->name }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ csrf_field() }} {{ method_field('POST') }}
@foreach ($contract as $item) @endforeach
ID Nama Tanggal Action
{{ $item->id }} {{ $item->description }} {{date('d F Y', strtotime($item->start_date)) ?? ''}} - {{date('d F Y', strtotime($item->end_date)) ?? ''}}
{{ csrf_field() }} {{ method_field('POST') }}
{{ csrf_field() }} {{ method_field('POST') }}
@foreach ($history as $item) @endforeach
ID Nama Action
{{ $item->id }} {{ $item->description }} ({{date('d F Y', strtotime($item->tanggal))}})
{{ csrf_field() }} {{ method_field('POST') }}
@endsection @section('customjs') @endsection