@extends('master.front') @section('content')
@foreach($masters as $master)
portfolio images

{{ $master->first_name }} {{ $master->last_name }}


{{ count($comments) }} rəy

    @foreach($comments as $comment)
  • {{ $comment->post_date }} saat {{ $comment->post_time }}
  • @endforeach
{{ csrf_field() }}
@endforeach
@endsection @section('js') @endsection