@extends('admin.include.master') @section('title') لوحة التحكم | دليل القبيلة @endsection @section('content')
@foreach($tribeguides as $people) @endforeach
الصورة اسم دليل القبيلة تعديل حذف
{{$people->title}} {{ $people->title }} {!!Form::open(['url' => "adminpanel/tribeguides/$people->id","method"=>"DELETE","onclick"=>"return confirm('هل انت متاكد؟!')"])!!} {!! Form::close() !!}
@endsection