@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Risk Payment Risk Payment @include('includes.messages') {{ csrf_field() }} Risk Name Price: Select Season: Select season. @foreach ($seasons as $season) {{ $season->name }} @endforeach @endsection @section('more-scripts') @endsection