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

Add New

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Update Blog

@csrf @method('PUT')

Cancel
@endsection