@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
Set Pending Order #{{ $order->id }} - {{ $order->topic }}
Set Order to Pending
Set this order to pending. This means order is still under checks like plagiarism, client confirmation etc. The order can then be confirmed in
Pending Orders
{{ csrf_field() }}
@endsection