@extends('themes.base.layout') @section('title', $photo->name) @section('breadcrumb')
@endsection @section('content'){{ $photo->description }}
@endifName | Value |
---|---|
File name: | {{ $photo->file_name }} |
Date taken: | {{ date(UserConfig::get('date_format'), strtotime($photo->taken_at)) }} |
Camera make: | {{ $photo->camera_make }} |
Camera model: | {{ $photo->camera_model }} |
Camera software: | {{ $photo->camera_software }} |