@extends('layouts.admin.app') @section('title', 'Edit blog') @section('content_header') @stop @section('content')
@csrf @method('PUT')
Slider images
@foreach ($blog->images as $image)
@endforeach
Cancel
@endsection @push('scripts') @endpush