@extends('layouts.app') @section('title') New Remote @endsection @section('description') Create a new remote @endsection @section('breadcrumb')
  • All Remotes
  • New Remote
  • @endsection @section('content')

    Create A New Remote

    {{ csrf_field() }}
    @endsection