@extends('backEnd.layout') @section('content')

{{ trans('backLang.photographers') }}

{{ trans('backLang.home') }} / {{ trans('backLang.photographers') }} /
اضافه {{Form::open(['route'=>'photographer.updateAll','method'=>'post'])}} @foreach ($photographers as $photographer) @endforeach
@lang('backLang.fullName') @lang('backLang.contactEmail') @lang('backLang.contactPhone') @lang('backLang.descriptionBox') @lang('backLang.options')
{{$photographer->name}} {{$photographer->email}} {{$photographer->phone}} {{$photographer->description}} id) }}"> {{ trans('backLang.edit') }} @if(auth()->check() && auth()->user()->permissionsGroup->webmaster_status) @endif
{{ trans('backLang.showing') }} {{ $photographers->firstItem() }} -{{ $photographers->lastItem() }} {{ trans('backLang.of') }} {{ $photographers->total() }} {{ trans('backLang.records') }}
{!! $photographers->links() !!}
{{Form::close()}}
@stop @section('footerInclude') @endsection