@extends('layouts.master') @section('title') Edit Blog @endsection @section('extra-css') @endsection @section('index')
Edit Blog
@csrf @method('PUT')
@error('title') @enderror
@error('sub_title') @enderror
image != null) data-content='' @endif>
Browse
@error('image') @enderror
@endsection @section('extra-script') @endsection