@extends('layouts.dashboard_admin') @section('content')
Edit Blog Settings
@include('admin.includes.errors')
@csrf @method('PATCH')
@stop