@extends('layouts.app') @section('title', 'Add image') @section('content')
@csrf @if ($errors->any())
@endif

@endsection()