@extends('Admin.layouts.apps') @section('title') Attachments List @endsection @section('page_title') Attachments List @endsection @section('container')

Attachments List

if you Need for any Help Click onHelp .

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- --}}

@foreach ($attachment as $row)
@if($row->attachement_type==1){{ "سجیل" }} @elseif($row->attachement_type==2) {{ "مکتوب" }} @else {{ "فورم" }} @endif

Generic placeholder image Download   Edit   Delete  
@endforeach
@endsection @if(session()->has('msg')) @section('pageJS') @endsection @endif