@extends($_ENV['admin-url'].'.layouts.main') @section('title') Photos @stop @section('content')

Photos

@include('includes.notification') photo
@foreach($photos as $p)
 
@endforeach
@stop @section('scripts') @parent @stop