@include('_partials_admin.head') @include('_partials_admin.navbar')
@include('_partials_admin.sidebar')
@foreach($alamat as $row) @endforeach
No Negara Provinsi Kota Alamat Kode Pos Email Phone Mobile Actions
{{ $no }} {{ $row->nama_negara }} {{ $row->nama_provinsi }} {{ $row->nama_kota }} {!! \Illuminate\Support\Str::limit($row->alamat, 100, $end='...') !!} {{ $row->kode_pos }} {{ $row->email }} {{ $row->phone }} {{ $row->mobile }}
@include('_partials_admin.footer')
@foreach ($alamat as $row) @endforeach @if ($message = Session::get('sukses')) @elseif (Session::get('gagal')) @elseif (Session::get('hapus')) @endif