@extends('layouts.dashboard.layout') @section('content') @if(Session::has('flash_message_error')) × {!! session('flash_message_error') !!} @endif @if(Session::has('flash_message_success')) × {!! session('flash_message_success') !!} @endif Create Claim {{ csrf_field() }} Work Order # Customer Select Customer @foreach($customers as $item) {{ $item->name }} @endforeach Move Date Picture Notes You understand that you selected our protection plan "" and you will be compensated according to its policy. Agree to the terms and permissions , Admin will update through sms reagarding your claim status @endsection