@extends('layouts.master') @section('content') License Welcome to WBI WBI License List License List Add License Application No Firm name Application Type Select Application Type @foreach($application_types as $key => $application_type) {{ $application_type->application_type }} @endforeach Applicant Name Mobile Email Address Submitted From Date Submitted To Date ReSubmitted From Date ReSubmitted To Date Form Status Select Status @foreach($statuses as $key => $status) {{ $status->name }} @endforeach Clear Application No Applicant Name Application Type Father Name Mobile Email Address Submitted Date Resubmission Date Status Action @include('layouts.footer') @yield('script') @endsection