@extends('template.template') @section('title','Blog') @section('main') @foreach($blog as $b)

Tambah Blog



@csrf



@endforeach @endsection