@extends('layouts.layout-admin') @section('content') @if (count($errors) > 0)
@endif @if(isset($photo->id))
@endif @if(!isset($photo->id))
@endif
@include('cms::partials.errormessages')
@include('cms::partials.errormessages')
image @if (isset($photo->image_location)) image @endif
@include('cms::partials.errormessages')
{!! csrf_field() !!}
@endsection