@extends("template.master") @section("section_content")

Data Profil

@if (Session::has('hapus')) {{ Session::get('hapus') }} @endif Tambah Data


@foreach($profil as $key => $value) @endforeach
No Nama profil Aksi Hapus Gambar
{{ $i}} {{ $value->nama_profil}}
@if(!empty($value->gambar))
@else @endif
@endsection