@extends('layouts.view') @section('title',trans('lang.admin_tasks')) @section('links') @endsection @section('content')

{{trans('lang.admin_tasks')}}

@if($flash = session('success')) @endif

{{trans('lang.admin_tasks')}} :

@csrf
@if(isset($admin_task)) @foreach($admin_task->stages as $stage)
{{trans('lang.delete')}}
@endforeach @endif
{{trans('lang.delete')}}
Add
@endsection @section('scripts') @endsection