@extends('admin.layout.master') @section('styles') @endsection @section('content')
Edit Blog
@if(session('message')) @endif
@csrf
Cancel
@endsection @section('scripts') @endsection