@extends('layouts.admin') @section('title','Update Blog') @section('content')
Update Blog

@csrf @method('PATCH')


@endsection @section('script') @endsection