@extends('layouts.app') @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content')
@if(isset($picture)) @endif
@include('templates.buttons')
@endsection