@extends('user.layout.user-app') @section('title','Create Blog') @section('section')

Blog Form

Blog

@csrf @method('put')
@if(Session::has('msg'))
{{Session::get('msg')}}
@endif
@error('title') {{ $message }} @enderror
@endsection @section('script') @endsection