@extends('layouts.admin') @section('page-title', 'Edit Blog-Header') @section('content')

Edit Blog Header

@if ($errors->any())
@endif
@csrf @method('PUT')
@if($header->blog_banner)
Banner
@endif
@if($header->blog_logo)
Logo
@endif
@endsection