@extends('layouts.index') @section('page_title') Unit Photos @endsection @section('units_active') nav-item active @endsection @section('pg_name') Unit Photos @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
@foreach ($errors->all() as $error)
Can't Change Photo : {{$error}}
@endforeach
@endif @if (Session::get('message'))
{{ Session::get('message') }}
@endif
Add New Photos
@foreach ($photos as $photo)
@endforeach @endsection