@extends('admin.layout.admin') @section('content')

Instagram Posts

Add New
@foreach ($posts as $post) @endforeach
Name image Action
{{ $post->name }}
@csrf @method('DELETE')
@endsection