@extends('super-admin.layouts.main') @section('content')

Edit Blog Author


Back
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @csrf
*
*
*
*

Image size should be 95 * 95 px and image file type should be JPG or PNG .

@error('blog_author_image') {{ $message }} @enderror
* @error('description') {{ $message }} @enderror
@endsection